home *** CD-ROM | disk | FTP | other *** search
/ Maclife 13 / MACLIFE13-No-93-1996.ISO.7z / MACLIFE13-No-93.ISO / FreeWare / ジャンル別紹介 / MPEGAud FAT 1.0 ト.sit / MPEGAud FAT 1.0 ƒ / MPEGAud 1.0 - ReadMe < prev    next >
Text File  |  1995-10-27  |  6KB  |  124 lines

  1. MPEGAud - MPEG Audio Encoder/Decoder
  2. Version 1.0
  3. by George Warner
  4. 09/15/95
  5. warnergt@aloft.att.com
  6. http://home.ptd.net/~warnergt
  7.  
  8. REQUIREMENTS:
  9. Mac with 68020 or greater (FPU required in 680x0 Macs).
  10.  
  11. 1. WHAT IT IS: MPEGAud is a Macintosh program which can encode and decode 
  12. MPEG audio to/from AIFF files.
  13.  
  14. 2. CURRENT FEATURES:
  15. 2a.  AppleEvents (including Drop Launch Support).  Simply drag your files to 
  16. be processed on the MPEGAud icon.  They will be queued up and processed.  
  17. This is a nice compensating feature for the lack of speed.  Queue up a bunch of  
  18. files and let them process overnight.
  19. Notes about the drop-launch support:
  20.     2a1.  Supports both encoding and decoding.  Mix them up if you want.
  21.     2a2.  Allows dragging file(s) onto the MPEGAud icon at any time.  If you are 
  22.              already processing a batch of files, you can drag more onto the icon 
  23.              and they will be added to the queue.
  24.     2a3.  It will only decode files ending in ".MP2" or ".MPG" or files of types 
  25.              'MPEG' or 'MPGA' (contact me if this list should include other file types).
  26.              For the new output filename, it will truncate the ".MP2" or ".MPG" 
  27.              extension (if it exists), and add the ".AIFF" extension.  If a file with this 
  28.              new filename already exists, it will append ".number" to the new filename 
  29.              where number is a number from 1 to 9 (whichever is first available).  If 
  30.              all of the filenames are not available, it will overwrite the file  in the 
  31.              folder with the ".9" extension.
  32.     2a4.  It will only encode files ending with the extension ".AIFF" or files of 
  33.              type 'AIFF' (contact me if this list should include other file types).  For 
  34.              the new output filename, it will truncate the ".AIFF" extension (if it 
  35.              exists), and add the ".MP2" extension.  If a file with this new filename 
  36.              already exists, it will append ".number" to the new filename where 
  37.              number is a number from 1 to 9 (whichever is first available).  If 
  38.              all of the filenames are not available, it will overwrite the file  in the 
  39.              folder with the ".9" extension.
  40. 2b.  Multi-Platform Support - FAT version.
  41.      Sorry, no 68000 version.
  42. 2c.  Decoded file information.  Hold down the Option key when selecting Decode 
  43. from the File Menu.  More file information will be displayed alternately with the 
  44. file name.
  45. 2d.  Secret feature under construction (don't tell anyone!).  Decode support for 
  46. MPEG audio layer III.  Use at your own risk.  Send me your files and feedback.
  47.  
  48. 2.  RELEASE INFORMATION: 
  49. FAT Release 1.0  10/27/95.  FAT version for both PPC Macs and 680x0 
  50. Macs with an FPU.
  51.  
  52. Release 1.0  09/15/95  Adding DSP support.  Fixed bug that did not 
  53. recognize 68881 math coprocessor (only 68882 and 68040 built-in).  
  54. Changes to alert messages.  Now attempt to avoid overwriting 
  55. preexisting files.
  56.  
  57. Release 1.0a9  05/11/95    Ninth alpha version (only affects PPC version).  
  58. Fixed AppleEvents on PPC version.
  59.  
  60. Release 1.0a8  04/28/95  Eighth alpha version.  Fixed problem reading 
  61. resource data.  The most obvious symptom of this problem appeared when 
  62. encoding with psychoacoustic model 1; the application would crash.
  63.  
  64. Release 1.0a7  02/13/95  Seventh alpha version.  Fixed compatibility 
  65. problem with some data streams which had ancillary data that looked 
  66. like a syncword.  Added AppleEvents.  Now you can just drag your input 
  67. file onto the application icon.
  68. Fixed memory allocation error in encoder.  Added ability to encode 
  69. as well as decode by dragging input file onto application icon.  
  70. Encoding parameters will be taken from the preferences file which 
  71. was set during last manual encode (i.e. last encoding by selecting 
  72. menu item).
  73.  
  74. Release 1.0a6    01/24/95  Sixth alpha version.  Switched to Metrowerks 
  75. CodeWarrior (from Symantec Think C).
  76. a. Now three flavors:
  77.   MPEGAud PPC - Native PowerMac version.
  78.   MPEGAud FPU - Version for 68020 (or greater) with FPU.
  79.   MPEGAud NoFPU - Version for 68020 (or greater).
  80. b. More accurately (i.e. correctly) tests for the presence of an FPU 
  81. and for the presence of at least a 68020.
  82. c. Current file name displayed.
  83. d. More information available on files being decoded.
  84.  
  85. Release 1.0a5    01/15/95  Fifth alpha version.  Significant fixes.
  86. a. Fixed memory initialization problems.  Problems occurred when 
  87. more than one file was processed.
  88. b. Some optimization.  Converted all floats to long doubles (which are supposed 
  89. to be faster).  Using native floating point format.  Turned on optimizations.
  90. c. More error checking.  Detects more bad ".MP2" files.  Also added code to 
  91. correctly save already decoded audio when corrupt data is detected.
  92. d. Fixed AIFF icons to be more "grabbable."
  93. e. Now tests for necessary Mac parameters (e.g. FPU).
  94. f. Made default extension on encoded files ".MP2".
  95. g. Fixed thermometer to work correctly on second and subsequent files.
  96. h. Disabled Layer II bitrate and mode combinations that are not allowed.
  97.  
  98. Release 1.0a4    01/11/95  Fourth alpha version.  Many new changes.  
  99. New features:
  100. a. Drop-Launch Support!  -  Take your files and drag them onto the MPEGAud icon.
  101. Fixes since last release:
  102. a. Overhauled memory management.
  103. b. Fixed background processing.
  104.  
  105. Release 1.0a3    04/19/94  Third alpha version.  Fixed a significant bug which 
  106. caused it to hang with a Type 4 error (divide by zero).  Data in table 
  107. resources was not totally correct.  Cleaned up the user interface.
  108. Release 1.0a2    04/17/94  Second alpha version.  Now allow it to decode 
  109. types other than just 'MPEG' and 'MPGA'.
  110. Release 1.0a1    04/16/94    First alpha version.  I wasn't going to make this 
  111. generally available, but what the heck.
  112.  
  113.  
  114. 3.  PERFORMANCE: Yes, it's slow, but what do you want for nothing?  I already 
  115. have plans for accelerating it with the DSP3210 in av Macs and I'm sure that 
  116. there is plenty of room of optimization for regular Macs.  This will come 
  117. in time.
  118.  
  119. 4.  WHAT YOU CAN DO:  Send me your constructive criticisms and new ideas.  
  120. I'm currently juggling a number of projects right now so finding time for 
  121. this one is not easy.  The level of interest in this program will certainly 
  122. affect its priority in my schedule.
  123.  
  124.